2009-01-14 Martin Nordholts <martinn@svn.gnome.org>
- * babl/babl.h:
+ * babl/babl.h: Don't document forward declarations and move them
+ down a bit to make them less eminent.
+
+2009-01-14 Martin Nordholts <martinn@svn.gnome.org>
+
* babl/babl-internal.h: Remove BABL_HARD_MAX_PATH_LENGTH from
here, it's only for internal use.
#error babl.h included after babl-internal.h
#endif
-typedef union _Babl Babl;
-/* Union used for quick convenient access to any field of any BablInstance */
-
-typedef struct _BablList BablList;
-
/* magic number used at the start of all babl objects, used to do
* differentiation in polymorphic functions. (as well as manual
* type check assertions).
};
typedef unsigned int BablClassType;
+typedef union _Babl Babl;
+
+typedef struct _BablList BablList;
+
/** Initialize the babl library */
void babl_init (void);